GtkActionHelper: Remove unnecessary NULL check
authorDebarshi Ray <debarshir@gnome.org>
Tue, 13 Jun 2017 09:06:50 +0000 (11:06 +0200)
committerDebarshi Ray <debarshir@gnome.org>
Tue, 13 Jun 2017 19:58:18 +0000 (21:58 +0200)
commitd1f53b1e0715674a8e701078eec023018fd92347
treeef52488c449fdc5b86acca3c3fbce9049d01bb76
parentaed628f100f5558d6a1cb0f34f754ef73863f219
GtkActionHelper: Remove unnecessary NULL check

This NULL check has existed since commit 652f16dd985dbc1b, when
GtkActionHelper was first introduced, but so has the assertion at the
top to ensure the validity of 'widget'.

https://bugzilla.gnome.org/show_bug.cgi?id=783587
gtk/gtkactionhelper.c